Inserting a 'newly-allocated' to hint that the list should be freed after
authorMatthias Clasen <maclas@gmx.de>
Thu, 15 Jan 2004 22:15:39 +0000 (22:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 15 Jan 2004 22:15:39 +0000 (22:15 +0000)
Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
a 'newly-allocated' to hint that the list should be freed after
use.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkuimanager.c

index e2ee6040a8d36d859bed69adfccec0011244d3c8..8b91ace7de6b238e8f7f785f7a6204868cecbf8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
+       a 'newly-allocated' to hint that the list should be freed after
+       use.
+
 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
index e2ee6040a8d36d859bed69adfccec0011244d3c8..8b91ace7de6b238e8f7f785f7a6204868cecbf8d 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
+       a 'newly-allocated' to hint that the list should be freed after
+       use.
+
 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
index e2ee6040a8d36d859bed69adfccec0011244d3c8..8b91ace7de6b238e8f7f785f7a6204868cecbf8d 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
+       a 'newly-allocated' to hint that the list should be freed after
+       use.
+
 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
index e2ee6040a8d36d859bed69adfccec0011244d3c8..8b91ace7de6b238e8f7f785f7a6204868cecbf8d 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
+       a 'newly-allocated' to hint that the list should be freed after
+       use.
+
 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
index e2ee6040a8d36d859bed69adfccec0011244d3c8..8b91ace7de6b238e8f7f785f7a6204868cecbf8d 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jan 15 23:17:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Inserting
+       a 'newly-allocated' to hint that the list should be freed after
+       use.
+
 Wed Jan 14 18:01:52 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_button_press): move grab_focus
index 9bf3fd0d310d55f42e48ee28186d7c1e5e01dbf7..cd895b2a805a80c6d1af110f5d239e5f5df5ae21 100644 (file)
@@ -727,7 +727,8 @@ collect_toplevels (GNode   *node,
  * 
  * Obtains a list of all toplevel widgets of the requested types.
  * 
- * Return value: a list of all toplevel widgets of the requested types. 
+ * Return value: a newly-allocated of all toplevel widgets of the requested 
+ * types. 
  *
  * Since: 2.4
  **/